home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / binutils / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-18  |  141 b   |  6 lines

  1. /*** version.c -- version number for binutils.
  2.      They all change in lockstep -- it's easier that way
  3. */
  4.  
  5. char *program_version = VERSION;
  6.